github.com/gotd/td/pool.DC.free (field)
15 uses
github.com/gotd/td/pool (current package)
pool.go#L33: free []*poolConn
pool.go#L102: for i, conn := range c.free {
pool.go#L111: copy(c.free[idx:], c.free[idx+1:])
pool.go#L113: c.free[len(c.free)-1] = nil
pool.go#L114: c.free = c.free[:len(c.free)-1]
pool.go#L128: l := len(c.free)
pool.go#L130: r, c.free = c.free[l-1], c.free[:l-1]
pool.go#L152: c.free = append(c.free, r)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |